Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
UdpProcess Class Reference

UdpProcess handles and manipulates the UDP process. More...

Inheritance diagram for UdpProcess:
Process

Public Member Functions

Process getHigherProcess (int)
 Returns the higher process at the specified local port. More...
 
CustomUdpProcess createCustomUdpProcess ()
 Creates a custom UDP process. More...
 
void deleteCustomUdpProcess (CustomUdpProcess)
 Deletes the specified custom UDP process. More...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

UdpProcess handles and manipulates the UDP process.

Member Function Documentation

◆ createCustomUdpProcess()

CustomUdpProcess UdpProcess::createCustomUdpProcess ( )

Creates a custom UDP process.

Returns
CustomUdpProcess, the CustomUdpProcess object.

◆ deleteCustomUdpProcess()

void UdpProcess::deleteCustomUdpProcess ( CustomUdpProcess  )

Deletes the specified custom UDP process.

Parameters
process,theCustomUdpProcess object to delete.

◆ getHigherProcess()

Process UdpProcess::getHigherProcess ( int  )

Returns the higher process at the specified local port.

Parameters
localPort,thelocal port of the process of interest.
Returns
Process, the Process object at the specified local port.

The documentation for this class was generated from the following file: